CreatePanoramaCommand

class CreatePanoramaCommand(horizontalAngle: Double, horizontalSpeed: Double, verticalAngle: Double, verticalSpeed: Double, frame: MavlinkCommand.Frame = Frame.COMMAND) : MavlinkCommand

MAVLink command which allows to create a panorama.

Parameters

horizontalAngle

horizontal rotation angle, in degrees

horizontalSpeed

horizontal rotation speed, in degrees/second

verticalAngle

vertical rotation angle, in degrees

verticalSpeed

vertical rotation speed, in degrees/second

frame

the reference frame of the coordinates.

Constructors

Link copied to clipboard
constructor(horizontalAngle: Double, horizontalSpeed: Double, verticalAngle: Double, verticalSpeed: Double, frame: MavlinkCommand.Frame = Frame.COMMAND)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The coordinate frame; set to global coordinate frame or relative altitude over ground.

Link copied to clipboard

Horizontal rotation angle, in degrees

Link copied to clipboard

Horizontal rotation speed, in degrees/second

Link copied to clipboard

the raw parameters of the command

Link copied to clipboard

The MAVLink command type

Link copied to clipboard

Vertical rotation angle, in degrees

Link copied to clipboard

Vertical rotation speed, in degrees/second

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun write(writer: Writer, index: Int, frame: MavlinkCommand.Frame)

Writes the MAVLink command to the given writer.